home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
sound
/
sndbit
/
sndbite.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1994-11-07
|
289 b
|
13 lines
'
' These are constants used by SNDBITE.VBX
' They are the values for the action property
'
Option Explicit
Global Const ACTION_NONE = 0
Global Const ACTION_PLAY_ASYNC = 1
Global Const ACTION_PLAY_SYNC = 2
Global Const ACTION_PLAY_LOOP = 3
Global Const ACTION_PLAY_STOP = 4